home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
3-D Body Adventure
/
3-D Body Adventure (1994)(Knowledge Adventure).iso
/
zzzwinst.bat
< prev
Wrap
DOS Batch File
|
1994-05-06
|
111b
|
10 lines
@echo off
if "%1" == "" goto error
if "%2" == "" goto error
%1
cd %2
zzzinst -W
goto end
:error
:end